|
|
|
BlueCielo Meridian Enterprise Server 2013 Administrator's Guide | BlueCielo ECM Solutions |
The Meridian Enterprise Server setup program creates an application pool named BCEnterprise (by default) with the correct settings. To ease the configuration and maintenance, we recommend that you use this application pool with a dedicated system account.
The Meridian Enterprise Server web service must run under an account with the following privileges:
Run the following script in SQL *Plus to create a user account and to grant the necessary privileges. Specify this account for the IIS application pool and the account under which the Meridian Enterprise Server web service is run in the preceding descriptions:
CREATE USER <%UserName%> IDENTIFIED BY <%Password%>; GRANT RESOURCE, CREATE SESSION TO <%UserName%>; GRANT RESOURCE, CONNECT TO <%UserName%>; GRANT EXECUTE ON CTX_DDL TO <%UserName%>; GRANT CREATE VIEW TO <%UserName%>; GRANT ALTER ANY TABLE TO <%UserName%>; GRANT CREATE PROCEDURE TO <%UserName%>; GRANT CREATE TRIGGER TO <%UserName%>
The destination system account credentials are specified in the publishing job.
The account under which the Windows file system publishing service or the Meridian Project Portal publishing service is run must have the following privileges:
All computers where documents are published from (by the BlueCielo File Publishing Service or PowerUser extension) or where the Publisher Queue website is opened in a web browser must have access to the Meridian Enterprise Server web services. The Meridian Enterprise Server server, the web server that hosts the Meridian Enterprise Server website (if separate), and the cluster nodes (if any) must be able to communicate through Windows Communication Foundation (WCF) on HTTP port 8686. The primary node and the secondary noes of a cluster also communicate push notifications on port 40865.
To authenticate with Microsoft Online Services, the Windows Identity Foundation must be installed as described in Meridian Enterprise Server system requirements.
Related concepts
Copyright © 2000-2014 BlueCielo ECM Solutions |